home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 97 / CD-ROM 97 / CD-ROM 97.iso / internet / ghostzilla / ghsetup.exe / res / samples / hidetoolicon.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-10  |  218 b   |  11 lines

  1. window[buttonmode="hideOne"] input#ButtonOne,
  2. window[buttonmode="hideAll"] input#ButtonOne
  3. {
  4. display:none;
  5. }
  6.  
  7. window[buttonmode="hideTwo"] input#ButtonTwo,
  8. window[buttonmode="hideAll"] input#ButtonTwo
  9. {
  10. display:none;
  11. }